@charset "utf-8";
/* 这个css是初始化的css，在任何项目里面都可以使用 */
/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
  font-size: calc(100vw / 120);
  overflow-x: hidden;
}
/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
button {
  /* border: none;
     */
}
.map img {
  max-width: inherit;
}
/* 取消链接高亮 */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: 'montserrat';
  font-display: swap;
  src: url('../fonts/Montserrat-Regular-8.otf');
}
body {
  font-family: 'montserrat', 'sourcehansans';
  font-size: 1rem;
  height: 100%;
  overflow: visible;
  padding-top: 7.3125rem;
}
.enzt {
  font-family: 'montserrat';
}
button:focus {
  outline: none;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
.w100 {
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.px {
  position: fixed;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
}
input:focus,
textarea:focus {
  outline: none;
}
.overh {
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ta {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}
.displaynone {
  display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.after {
  content: '';
  position: absolute;
}
.f14px {
  font-size: 14px;
}
.f16px {
  font-size: 16px;
}
.book {
  border: 1px solid #000;
}
.db {
  display: block;
}
.dnb {
  display: inline-block;
}
.flight {
  font-weight: lighter;
}
.fbold {
  font-weight: bold;
}
.imghover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.sca1 {
  transform: scale(1);
  -ms-transform: scale(1);
  /* IE 9 */
  -moz-transform: scale(1);
  /* Firefox */
  -webkit-transform: scale(1);
  /* Safari 和 Chrome */
  -o-transform: scale(1);
}
.sca0 {
  transform: scale(0);
  -ms-transform: scale(0);
  /* IE 9 */
  -moz-transform: scale(0);
  /* Firefox */
  -webkit-transform: scale(0);
  /* Safari 和 Chrome */
  -o-transform: scale(0);
}
.tran {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.tran2 {
  transition: 200ms ease-in-out;
  -moz-transition: 200ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 200ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 200ms ease-in-out;
  /* Opera */
}
.zhong {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
  justify-content: center;
  align-items: center;
}
.z {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
}
.l0 {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cen {
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
}
.wen_hied {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p15 {
  padding: 15px;
}
.w50 {
  width: 50%;
}
.bd {
  font-weight: bold;
}
.wen_hied2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ju {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hide {
  overflow: hidden;
}
.container {
  padding: 0 15.7rem;
  max-width: 100%;
}
.phone-show {
  display: none;
}
@media (max-width: 767px) {
  .phone-show {
    display: block;
  }
  .pc-hide {
    display: none;
  }
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: calc(100vw / 110);
  }
  .container {
    padding: 0 10rem;
  }
}
@media (max-width: 1440px) {
  body,
  html {
    font-size: calc(100vw / 100);
  }
  .container {
    padding: 0 8rem;
  }
}
@media (max-width: 1366px) {
  body,
  html {
    font-size: calc(100vw / 95);
  }
}
@media (max-width: 1280px) {
  body,
  html {
    font-size: calc(100vw / 90);
  }
}
@media (max-width: 990px) {
  body,
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.danye {
  padding: 0rem 0 5rem;
}
.danye .danye-con {
  color: #4D4D4D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.line .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
}
.line .bg:before,
.line .bg:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  content: '';
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.line .bg:before {
  border-top: 2px solid #F4A923;
  border-bottom: 2px solid #F4A923;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.line .bg:after {
  border-right: 2px solid #F4A923;
  border-left: 2px solid #F4A923;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.line:hover .bg:after,
.line:hover .bg:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.iconimg {
  cursor: pointer;
}
.iconimg:hover {
  animation: swing 1s infinite linear;
}
.scoll {
  bottom: 5%;
  animation: scrool 3s infinite;
}
@keyframes scrool {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 7%;
  }
  100% {
    bottom: 5%;
  }
}
.imgfd {
  -webkit-animation: fd 30s ease-out infinite;
  -moz-animation: fd 30s ease-out infinite;
  -o-animation: fd 30s ease-out infinite;
  animation: fd 30s ease-out infinite;
}
@keyframes fd {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
i {
  font-size: 1rem;
}
#header {
  position: fixed;
  top: 0;
  padding: 1.5rem 0;
  left: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 100%;
  background: #fff;
  z-index: 99;
}
#header .log-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  height: 4.3125rem;
}
#header .re .head-top > div {
  display: inline-block;
}
#header .re .head-top .sou-div {
  color: #212529;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#header .re .head-top .sou-div .div22 {
  display: none;
}
#header .re .head-top .sou-div.active .div11 {
  display: none;
}
#header .re .head-top .sou-div.active .div22 {
  display: inline-block;
}
#header .re .head-top .luange {
  color: #212529;
  margin-left: 1.8rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#header .re .head-top .luange a {
  color: #212529;
}
#header .re .head-top .luange a:hover {
  color: #F4A923;
}
#header .re .na-ul {
  margin-top: 1.125rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .re .na-ul > li {
  display: inline-block;
  color: #212529;
  margin: 0 1.875rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#header .re .na-ul > li a {
  color: #212529;
}
#header .re .na-ul > li:last-child {
  margin-right: 0;
}
#header.active {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  padding: 1rem 0;
}
#header.active .log-div img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header.active .re .na-ul {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  margin-top: 0.5rem;
}
.more {
  margin-top: 1rem;
}
.more a {
  color: #F4A923;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.more a i {
  font-size: 1.125rem;
  color: #F4A923;
}
.lunbo .swiper-slide {
  position: relative;
}
.lunbo .swiper-slide::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
}
.lunbo .lunbo-wenzi {
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  color: #fff;
}
.lunbo .lunbo-wenzi .div1 {
  color: #FFF;
  text-align: justify;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.lunbo .lunbo-wenzi .div2 {
  color: #FFF;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.color-page .swiper-pagination {
  width: 100%;
  bottom: 5%;
}
.color-page .swiper-pagination .swiper-pagination-bullet {
  width: 1.125rem;
  height: 1.125rem;
  background: #FFF;
  border-radius: 0;
  opacity: 1;
}
.color-page .swiper-pagination .swiper-pagination-bullet-active {
  background: #F4A923;
}
.head-title {
  color: #4D4D4D;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.head-title a {
  color: #4D4D4D;
}
.head-miao {
  color: #4D4D4D;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.head-miao a {
  color: #4D4D4D;
}
.index-about {
  padding: 5.625rem 0;
}
.index-about .index-about-top .fl {
  width: 39%;
}
.index-about .index-about-top .fr {
  width: 55%;
}
.index-about .shu-ul {
  margin-top: 7rem;
  border-top: 1px solid #D2D2D3;
  padding-top: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-about .shu-ul li {
  width: 25%;
  padding-top: 3rem;
  text-align: center;
}
.index-about .shu-ul li .p1 {
  color: #4D4D4D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-about .shu-ul li .p1 span {
  color: #4D4D4D;
  text-align: justify;
  font-family: 'montserrat';
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.index-about .shu-ul li .p2 {
  color: #4D4D4D;
  margin-top: 0.75rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-pro .head-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-pro .head-miao {
  margin-top: 1.22rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-pro .index-pro-ul {
  border-bottom: 1px solid #D2D2D3;
}
.index-pro .index-pro-ul li {
  padding: 5.7rem 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  cursor: pointer;
}
.index-pro .index-pro-ul li .le {
  width: 37%;
  height: 30.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.index-pro .index-pro-ul li .re {
  width: 57%;
}
.index-pro .index-pro-ul li .re img {
  height: 30.9375rem;
  object-fit: cover;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .index-pro-ul li:nth-child(1) {
  background: #E6E6E6;
}
.index-pro .index-pro-ul li:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .index-pro-ul li:hover .more i {
  margin-left: 1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-pro .index-pro-ul li:hover .le .head-title a {
  color: #F4A923;
}
.index-pro .index-pro-ul li:hover .re img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.index-industry {
  padding: 5rem 0;
  border-bottom: 1px solid #D2D2D3;
}
.index-industry .environment-lunbo {
  margin-top: 3rem;
}
.index-industry .environment-lunbo .gallery-top .swiper-button-prev {
  left: 5%;
  border: 1px solid #fff;
}
.index-industry .environment-lunbo .gallery-top .swiper-button-prev i {
  color: #fff;
}
.index-industry .environment-lunbo .gallery-top .swiper-button-next {
  right: 5%;
  border: 1px solid #fff;
}
.index-industry .environment-lunbo .gallery-top .swiper-button-next i {
  color: #fff;
}
.index-industry .environment-lunbo .gallery-top .swiper-slide img {
  height: 43.9375rem;
  object-fit: cover;
}
.index-industry .environment-lunbo .bot-zi {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.index-industry .environment-lunbo .bot-zi .swiper-slide {
  height: 5.375rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(39, 39, 39, 0.6);
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.index-industry .environment-lunbo .bot-zi .swiper-slide:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.index-industry .environment-lunbo .bot-zi .swiper-slide.swiper-slide-thumb-active {
  background: #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.index-industry .environment-lunbo .bot-zi .swiper-slide:hover {
  background: #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  left: -5rem;
  line-height: 3.5rem;
  background: transparent;
  margin-top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-prev:hover {
  background: #F4A923;
  border: 1px solid #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-prev:hover i {
  color: #fff;
}
.color-page .swiper-button-prev {
  color: #7E7E7E;
  border: 1px solid #7E7E7E;
}
.color-page .swiper-button-prev i {
  color: #7E7E7E;
}
.color-page .swiper-button-next {
  color: #7E7E7E;
  border: 1px solid #7E7E7E;
}
.color-page .swiper-button-next i {
  color: #7E7E7E;
}
.color-page .swiper-button-next {
  width: 3.5rem;
  right: -5rem;
  height: 3.5rem;
  border-radius: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  line-height: 3.5rem;
  background: transparent;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-next:hover {
  background: #F4A923;
  border: 1px solid #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.color-page .swiper-button-next:hover i {
  color: #fff;
}
.index-new {
  padding: 4.1875rem 0 5.625rem;
}
.index-new .index-new-lunbo {
  margin-top: 2.5rem;
}
.index-new .index-new-lunbo .swiper-container {
  overflow: visible;
}
.new-div {
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.new-div .new-bot {
  padding: 2rem;
}
.new-div .new-bot .data {
  color: #4D4D4D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-div .new-bot .title {
  height: 4.125rem;
  margin-top: 1rem;
}
.new-div .new-bot .title a {
  color: #4D4D4D;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-div .new-bot .lj-a {
  margin-top: 1.6rem;
}
.new-div .new-bot .lj-a a {
  color: #F4A923;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer {
  background: #D2D2D3;
}
.footer .foot-form .foot-inp input {
  width: 26.4375rem;
  height: 3.4375rem;
  border: 1px solid #C1C1C1;
  background: rgba(255, 255, 255, 0.4);
  padding-left: 1.3rem;
}
.footer .foot-form .foot-inp input::placeholder {
  font-size: 1rem;
}
.footer .foot-form .bott {
  width: 4.125rem;
  height: 3.4375rem;
  border: 1px solid #C1C1C1;
  background: #646464;
  text-align: center;
  line-height: 3.4375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.footer .foot-form .bott i {
  font-size: 1.25rem;
  color: #fff;
}
.footer .foot-form .bott:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #F4A923;
}
.footer .form-check {
  color: #777878;
  margin-top: 0.4rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 185.714% */
}
.footer .foot-top {
  padding: 4rem 0;
}
.footer .foot-ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .foot-ul .p1 {
  color: #212529;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .foot-ul li {
  margin-right: 11%;
}
.footer .foot-ul li:last-child {
  margin-right: 0;
}
.footer .foot-ul li .foot-a {
  color: #212529;
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.85;
  /* 185.714% */
}
.footer .foot-bot {
  padding: 1.4rem 0;
  border-top: 1px solid #BEBEBE;
}
.footer .foot-bot .le {
  color: #212529;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  /* 185.714% */
  width: 70%;
}
.footer .foot-bot .re {
  color: #212529;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  /* 185.714% */
}
.footer .foot-bot .re a {
  color: #212529;
}
.footer .foot-bot .re a:hover {
  color: #F4A923;
}
.ban .ban-wz .div2 {
  color: #FFF;
  text-align: justify;
  text-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.ban .erji-div {
  bottom: 0;
  left: 0;
  right: 0;
}
.ban .erji-div .two-div {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(39, 39, 39, 0.3);
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ban .erji-div .two-div:last-child {
  border-right: none;
}
.ban .erji-div .two-div a {
  height: 5.375rem;
  width: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #FFF;
  padding: 0 0.5rem;
}
.ban .erji-div .two-div:hover,
.ban .erji-div .two-div.active {
  background: #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.position-div {
  margin: 4.5rem 0 3.5rem;
  color: #4D4D4D;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.position-div a {
  color: #4D4D4D;
}
.position-div a:hover {
  color: #F4A923;
}
.channel-pro {
  padding-bottom: 6rem;
}
.channel-pro .channel-pro-bot {
  margin-top: 2rem;
}
.channel-pro .channel-pro-bot .pro-bot {
  padding: 2rem 3rem 3rem;
}
.channel-pro .channel-pro-bot .head-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.channel-pro .channel-pro-bot .head-title a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.channel-pro .channel-pro-bot .head-miao {
  margin-top: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.channel-pro .channel-pro-bot .pro-div {
  border: 1px solid #EDEDED;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.channel-pro .channel-pro-bot .pro-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.channel-pro .channel-pro-bot .pro-div .more i {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.channel-pro .channel-pro-bot .pro-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.channel-pro .channel-pro-bot .pro-div:hover .head-title a {
  color: #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.channel-pro .channel-pro-bot .pro-div:hover .more i {
  margin-left: 2rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-list .pro-div {
  margin-bottom: 2rem;
}
.feng-list .pro-div .pro-bot {
  padding: 1.5rem 1.8rem 2.4rem;
}
.feng-list .pro-div .pro-bot .title {
  color: #4D4D4D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.feng-list .pro-div .pro-bot .title a {
  color: #4D4D4D;
}
.feng-list .pro-div .pro-bot .head-miao {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 0.5rem;
  height: 1.5rem;
}
.pro-xing {
  padding-bottom: 4.625rem;
}
.pro-xing .le {
  width: 71%;
}
.pro-xing .le .pro-xing-div {
  margin-top: 1.4rem;
  color: #4D4D4D;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 2rem;
}
.pro-xing .re {
  width: 23%;
}
.biaoge .table td,
.biaoge .table th {
  color: #000;
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 357.143% */
  vertical-align: middle;
  padding: 1rem 0.4rem;
}
.biaoge .table {
  border: 1px solid #ECECEC;
}
.biaoge .table tr:nth-child(odd) {
  background: #ECECEC;
}
.pad-xz {
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}
.pad-xz .sj {
  padding: 1rem 1.8rem;
}
.pad-xz .sj .pdf-p {
  color: #4D4D4D;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 0.75rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.625rem;
  /* 162.5% */
}
.pad-xz .sj .pdf-p i {
  font-size: 1.25rem;
}
.xiza {
  color: #4D4D4D;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.re-pro-box {
  background: #FFF;
  margin-top: 1.8rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 1.9rem;
}
.re-pro-box .boxs {
  color: #4D4D4D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  /* 162.5% */
}
.re-pro-box .boxs .p1 {
  margin-bottom: 0.5rem;
}
.re-pro-box .more a {
  font-size: 1.125rem;
}
.re-pro-box .more a i {
  font-size: 1.125rem;
}
.er-lunbo .swiper-slide {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.er-lunbo .swiper-slide:nth-child(1) {
  border-left: none;
}
.channel-new {
  margin-bottom: 4rem;
}
.new-list-ul {
  margin-top: 0.8rem;
}
.new-list-ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #C6C6C6;
  position: relative;
}
.new-list-ul li .overh {
  width: 33%;
}
.new-list-ul li .overh img {
  height: 15rem;
  object-fit: cover;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-list-ul li .fr {
  float: none;
}
.new-list-ul li .fr .data {
  color: #4D4D4D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-list-ul li .fr .title {
  color: #4D4D4D;
  margin-top: 1rem;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-list-ul li .fr .title a {
  color: #4D4D4D;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new-list-ul li .fr .miao {
  color: #4D4D4D;
  text-align: justify;
  margin-top: 0.8rem;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.new-list-ul li .fr .miao a {
  color: #4D4D4D;
}
.new-list-ul li .fr .lj-a {
  text-align: right;
  margin-top: 1.3rem;
}
.new-list-ul li .fr .lj-a a {
  color: #F4A923;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.new-list-ul li:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.new-list-ul li:hover .fr .title a {
  color: #F4A923;
}
.new-list-ul li:hover::before {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-list-ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #F4A923;
  width: 0%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.news-d {
  height: 3.4375rem;
  background: rgba(39, 39, 39, 0.6);
  line-height: 3.4375rem;
  padding-left: 1.5rem;
  left: 0;
  width: 100%;
  right: 0;
  font-size: 1.5rem;
  bottom: 0;
  color: #FFF;
}
.new-xings .data-p {
  color: #4D4D4D;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.new-xings .pro-xing-div {
  padding: 1.5rem 0;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
.arch-div {
  padding: 2rem 0;
}
.arch-div a {
  color: #F4A923;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.liuyan-box {
  margin-top: 2rem;
}
.liuyan-box input {
  width: 100%;
  margin-bottom: 0.8rem;
  height: 3.4375rem;
  border-bottom: 1px solid #C1C1C1;
  background: rgba(255, 255, 255, 0.4);
}
.liuyan-box input::placeholder {
  color: #777878;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  /* 162.5% */
}
.liuyan-box textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  height: 15.6875rem;
  border: none;
  border-bottom: 1px solid #C1C1C1;
}
.liuyan-box button {
  width: 9.9375rem;
  height: 3.4375rem;
  color: #F4A923;
  border: 1px solid #F4A923;
  background: rgba(255, 255, 255, 0.4);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4375rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.liuyan-box button:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #F4A923;
  color: #fff;
}
.feng .social-share a {
  background: #797979;
  color: #fff;
  border: 1px solid #797979;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng .social-share a:hover {
  background: #F4A923;
  border: 1px solid #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.lx-wm .pad-xz {
  color: #4D4D4D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  /* 162.5% */
}
.lx-wm .pad-xz .sj {
  padding: 1rem 1rem;
}
.lx-wm .pad-xz .sj .p1 {
  color: #4D4D4D;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625;
  /* 162.5% */
}
.lx-wm .feng {
  margin-top: 0.4rem;
}
.industry-xins .xiansd {
  padding-bottom: 3rem;
  border-bottom: 1px solid #D2D2D3;
}
.industry-xins .index-new {
  padding: 1.5rem 0;
}
.list_download {
  padding-bottom: 6rem;
}
.list_download .download-div {
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  height: 100%;
}
.list_download .download-box {
  margin-top: 1rem;
}
.list_download .download-box .sj {
  padding: 2rem;
}
.list_download .download-box .sj .xiza {
  color: #4D4D4D;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list_download .download-box .sj .download-ul {
  margin-top: 0.6rem;
}
.list_download .download-box .sj .download-ul li {
  color: #4D4D4D;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
  /* 250% */
}
.list_download .download-box .sj .download-ul li a {
  color: #4D4D4D;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.list_download .download-box .sj .download-ul li a:hover {
  text-decoration: underline;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #F4A923;
}
.about .about-top {
  color: #4D4D4D;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin: 1.5rem 0;
}
.about-bot-lunbo {
  padding-bottom: 5rem;
}
.about-bot-lunbo .swiper-container {
  overflow: hidden;
  padding: 1.5rem;
}
.about-bot-lunbo .swiper-container .new-div .new-bot .title {
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #4D4D4D;
  margin-top: 0;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.development-lunbo {
  padding: 4rem 0;
  background: #E6E6E6;
}
.development-lunbo .gallery-top {
  margin-top: 1rem;
  padding: 3rem;
}
.development-lunbo .gallery-top .swiper-slide {
  text-align: center;
}
.development-lunbo .gallery-top .swiper-slide .wz {
  width: 33.5625rem;
  background: #FFF;
  display: inline-block;
  text-align: left;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
  padding: 2.3rem;
}
.development-lunbo .gallery-top .swiper-slide .wz .nian {
  color: #4D4D4D;
  text-align: justify;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.development-lunbo .gallery-top .swiper-slide .wz .ner-con {
  color: #4D4D4D;
  text-align: justify;
  margin-top: 0.4rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.development-lunbo .lunb-bot .swiper-slide {
  padding-top: 3rem;
  color: #4D4D4D;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  text-align: center;
}
.development-lunbo .lunb-bot .swiper-slide::after {
  content: '';
  position: absolute;
  height: 1.21875rem;
  width: 1px;
  background: #8E8E8E;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* IE 9 */
  -moz-transform: translateX(-50%);
  /* Firefox */
  -webkit-transform: translateX(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateX(-50%);
  top: 0.75rem;
}
.development-lunbo .lunb-bot .swiper-slide.swiper-slide-thumb-active {
  color: #F4A923;
}
.development-lunbo .lunb-bot::after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #8E8E8E;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.culture {
  padding: 4.5rem 0;
}
.culture .culture-con {
  margin-top: 2rem;
}
.culture .culture-con .new-div .new-bot .title {
  height: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #4D4D4D;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 0;
}
.culture .culture-con .miao {
  color: #4D4D4D;
  text-align: justify;
  margin-top: 1rem;
  height: 3.625rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.iconfont {
  font-size: 1rem;
}
.more a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a i {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more a:hover i {
  margin-left: 1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div {
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.new-div:hover .overh img {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.new-div:hover .new-bot .title {
  color: #F4A923;
}
.new-div:hover .new-bot .title a {
  color: #F4A923;
}
.hang-ul {
  margin-top: 0.5rem;
}
.hang-ul li {
  color: #F4A923;
  text-align: justify;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625;
  /* 162.5% */
}
.hang-ul li a {
  color: #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  position: relative;
}
.hang-ul li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #F4A923;
}
.hang-ul li a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hang-ul li a:hover::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.hang-ul2 {
  color: #F4A923;
  text-align: justify;
  margin-top: 0.8rem;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.22;
  /* 225% */
}
.hang-ul2 li a {
  color: #4D4D4D;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  position: relative;
}
.hang-ul2 li a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #F4A923;
}
.hang-ul2 li:hover a,
.hang-ul2 li.active a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  color: #F4A923;
}
.hang-ul2 li:hover a::after,
.hang-ul2 li.active a::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.jie-bot {
  padding-bottom: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jie-bot .le-jie {
  width: 45%;
}
.jie-bot .le-jie > div {
  flex: 1;
}
.jie-bot .le-jie .p1 {
  color: #4D4D4D;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.jie-bot .re-jie {
  margin-left: 5%;
  width: 50%;
}
.jie-bot .re-jie .hang-ul2-img {
  height: 100%;
}
.jie-bot .re-jie .hang-ul2-img li {
  height: 100%;
  display: none;
}
.jie-bot .re-jie .hang-ul2-img li a {
  display: block;
  height: 100%;
}
.jie-bot .re-jie .hang-ul2-img li img {
  height: 100%;
  object-fit: cover;
}
.erji-div .color-page .swiper-button-prev {
  border: 1px solid #fff;
}
.erji-div .color-page .swiper-button-prev i {
  color: #fff;
}
.erji-div .color-page .swiper-button-next {
  border: 1px solid #fff;
}
.erji-div .color-page .swiper-button-next i {
  color: #fff;
}
.pro-xing-div a {
  color: #F4A923;
  font-style: italic;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  position: relative;
}
.pro-xing-div a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #F4A923;
}
.pro-xing-div a:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.pro-xing-div a:hover::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.ban {
  overflow: hidden;
}
.ban-img-ul li {
  display: none;
  overflow: hidden;
}
.ban-img-ul li img {
  height: 45.1875rem;
  object-fit: cover;
}
.ban-img-ul li.active {
  display: block;
}
.er-div-box {
  width: 100vw;
  left: 0;
  border-top: 1px solid #E9E6E6;
  background: #FFF;
  top: 100%;
  height: 43.375rem;
  transform: scaleY(0);
  transform-origin: top center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.er-div-box .pp1 {
  color: #000;
  margin: 1.8rem 0 1.3rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.er-div-box .ppjl {
  padding-left: 16.25rem;
}
.heads .na-ul > li:hover .er-div-box {
  transform: scaleY(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.secondary-ul > li {
  padding-left: 16.25rem;
}
.secondary-ul > li:hover .three-level-box,
.secondary-ul > li.active .three-level-box {
  transform: scaleY(1);
  opacity: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.secondary-ul li {
  line-height: 3.125rem;
}
.secondary-ul li a {
  color: #4D4D4D;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
}
.secondary-ul li a::after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/jt.svg) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0em;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 0;
}
.secondary-ul li:hover,
.secondary-ul li.active {
  background: linear-gradient(90deg, #E6E6E6 0%, rgba(230, 230, 230, 0) 100%);
}
.secondary-ul li:hover > a,
.secondary-ul li.active > a {
  color: #F4A923 !important;
}
.secondary-ul li:hover > a::after,
.secondary-ul li.active > a::after {
  right: 3rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 1;
}
.three-level-box {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 27.375rem;
  height: 100%;
  position: absolute;
  top: 0;
  border-right: 1px solid #E9E6E6;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top center;
}
.three-level-box .pp2 {
  padding-left: 4.38rem;
}
.three-level-box .three-level-ul > li a {
  padding-left: 4.38rem;
}
.three-level-box .three-level-ul > li:hover .level-four-box,
.three-level-box .three-level-ul > li.active .level-four-box {
  opacity: 1;
  transform: scaleY(1);
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.level-four-box {
  position: absolute;
  top: 0;
  transform: scaleY(0);
  opacity: 0;
  transform-origin: top center;
  left: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  width: 27.375rem;
}
.level-four-box .pp3 {
  padding-left: 4.8rem;
}
.level-four-box .evel-four-ul li a {
  padding-left: 4.8rem;
}
.er-div-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.first-box {
  width: 40.75rem;
  height: 100%;
  border-right: 1px solid #E9E6E6;
}
.development-lunbo .lunb-bot .swiper-slide {
  cursor: pointer;
}
#header .re .na-ul > li > a {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  position: relative;
}
#header .re .na-ul > li > a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -1.2rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background: #F4A923;
}
#header .re .na-ul > li:hover > a,
#header .re .na-ul > li.active > a {
  color: #F4A923;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .re .na-ul > li:hover > a::after,
#header .re .na-ul > li.active > a::after {
  width: 100%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.m-bm-nav .aniut.aniut_son {
  top: -50px;
}
.yauyans {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50px;
  font-size: 16px;
}
.new-div .overh img {
  height: 15rem;
  object-fit: cover;
}
.new-xings .data-p {
  margin-top: 1rem;
}
.channel-pro .channel-pro-bot .pro-div .overh img {
  height: 15.625rem;
  object-fit: cover;
}
.index-industry .environment-lunbo .gallery-top .swiper-slide {
  overflow: hidden;
}
.social-share .social-share-icon {
  font-size: 1rem;
}
#header .re .head-top .sou-div {
  cursor: pointer;
}
#header .re .head-top .sou-div:hover {
  color: #F4A923;
}
.feng-list .pro-div {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-list .pro-div:hover {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-list .pro-div:hover .pro-bot .title a {
  color: #F4A923;
}
.map-ul > li {
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.map-ul > li > a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #F4A923;
}
.map-ul > li .er-ul1 {
  width: 100%;
  margin-top: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.map-ul > li .er-ul1 li {
  line-height: 2;
  font-size: 1.1rem;
  padding-right: 2rem;
}
.map-ul > li .er-ul1 li a:hover {
  color: #F4A923;
}
.sn-div a {
  margin-right: 1rem;
  color: #6b6b6b;
  font-size: 1rem;
  display: inline-block;
}
.about-bot-lunbo .new-div .overh img {
  height: auto;
}
.pagination {
  justify-content: center;
  margin-top: 3rem;
}
.pagination li {
  width: 2.5rem;
  text-align: center;
  line-height: 2.4rem;
  border: 1px solid #ddd;
  margin: 0 0.125rem;
  border-radius: 0%;
  padding: 0 !important;
  height: 2.5rem;
  color: #000;
}
.pagination li a {
  color: #000;
}
.pagination li.active {
  border-color: #F4A923;
  color: #000;
  background: #F4A923;
}
.pagination li.active span {
  color: #fff;
}
.pagination li a {
  position: relative;
  display: block;
  z-index: 1;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  overflow: hidden;
}
.pagination li a:hover {
  opacity: 1;
  background-color: #F4A923;
  color: #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.jie-bot {
  margin-top: 3rem;
}
.pro-xing .re {
  position: sticky;
  top: 6rem;
}
.index-industry .head-miao {
  margin-top: 1rem;
}
.channel-pro2 .channel-pro-bot .pro-div .overh img {
  height: 25.625rem;
}
.about-bot-lunbo .swiper-container .new-div:hover .new-bot .title {
  color: #F4A923;
}
.culture .culture-con .new-div:hover .new-bot .title {
  color: #F4A923;
}
.sou-div svg {
  width: 1.25rem;
  height: 1.25rem;
}
.sou-div svg path {
  stroke: #212529;
}
.sou-div svg:hover path {
  stroke: #F4A923;
}
.luange svg {
  width: 1.25rem;
  height: 1.25rem;
}
.luange svg path {
  stroke: #1B1C21;
}
.luange svg:hover path {
  stroke: #F4A923;
}
@media (max-width: 1500px) {
  .footer .foot-ul li {
    margin-right: 5%;
  }
}
@media (max-width: 1200px) {
  .ban .ban-wz .div2 {
    font-size: 2rem;
  }
  .footer .foot-ul li {
    margin-right: 2%;
  }
  .container {
    padding: 0 2rem;
  }
  .head-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 990px) {
  #header {
    display: none;
  }
  .pro-xing .le {
    width: 60%;
  }
  .pro-xing .re {
    width: 37%;
  }
  .list_download .download-box .sj .xiza {
    font-size: 1.2rem;
  }
  .new-div .new-bot {
    padding: 1rem;
  }
  .new-div .new-bot .title a {
    font-size: 1.125rem;
  }
  .new-list-ul li .overh {
    width: 55%;
  }
  .rightfix1 {
    height: 0;
    opacity: 0;
  }
  .about {
    padding-top: 3rem;
  }
  .color-page .swiper-button-prev {
    left: 0;
  }
  .color-page .swiper-button-next {
    right: 0;
  }
  .development-lunbo .lunb-bot::after {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .channel-pro .channel-pro-bot .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7.5px;
  }
  .channel-pro .channel-pro-bot .col-sm-3 {
    width: 50%;
    padding: 0 7.5px;
  }
  .channel-pro .channel-pro-bot .pro-bot {
    padding: 1rem;
  }
  .foot-fot1 .banquan a {
    color: #fff;
  }
  body {
    overflow: hidden;
  }
  .development-lunbo .gallery-top .swiper-slide .wz {
    width: 100%;
  }
  .development-lunbo .gallery-top {
    padding: 0;
  }
  .about-bot-lunbo .swiper-container {
    padding: 2rem;
  }
  .position-div {
    display: none;
  }
  .pro-xing .le {
    width: 100%;
  }
  .pro-xing .re {
    width: 100%;
    margin-top: 2rem;
  }
  .container {
    padding: 0 1rem;
  }
  .pro-xing {
    padding-top: 3rem;
  }
  .ban .ban-wz .div2 {
    font-size: 1.8rem;
    text-align: center;
  }
  .ban-img-ul li img {
    height: 250px;
    object-fit: cover;
  }
  .ban > img {
    height: 250px;
    object-fit: cover;
  }
  .ban .ban-wz {
    width: 100%;
  }
  .head-title {
    font-size: 1.3rem;
  }
  .liuyan-box textarea {
    height: 10rem;
  }
  .list_download {
    padding-top: 3rem;
  }
  .list_download .download-div {
    margin-bottom: 1rem;
  }
  .channel-pro {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .download-box .row {
    display: block;
  }
  .ban .erji-div {
    display: none;
  }
  .new-div .new-bot .title {
    height: auto;
  }
  .new-div .new-bot .title a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .row {
    display: block;
  }
  .new-div {
    margin-bottom: 1rem;
  }
  .new-div .new-bot .title {
    margin-top: 0.5rem;
  }
  .new-div .overh img,
  .new-list-ul li .overh img {
    height: auto;
  }
  .new-div .new-bot .lj-a {
    margin-top: 0.5rem;
  }
  .more {
    margin-top: 1rem;
  }
  .more a {
    font-size: 1rem;
  }
  .new-list-ul li .overh {
    width: 100%;
  }
  .new-list-ul li .fr {
    width: 100%;
    height: auto;
  }
  .new-list-ul li .fr .miao {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .new-list-ul li .fr .title {
    font-size: 1.125rem;
  }
  .new-list-ul li .fr .data {
    margin-top: 1rem;
  }
  .new-list-ul li .fr .lj-a {
    margin-top: 0.5rem;
  }
  .new-list-ul li {
    padding: 1rem 0;
  }
  .pro-xing .le .pro-xing-div {
    font-size: 1rem;
  }
  .about .about-top {
    font-size: 1rem;
  }
  .color-page .swiper-button-next {
    background: #fff;
    width: 2.5rem;
    line-height: 2.5rem;
    height: 2.5rem;
  }
  .color-page .swiper-button-next i {
    color: #000;
  }
  .color-page .swiper-button-prev {
    background: #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
  .color-page .swiper-button-prev i {
    color: #000;
  }
  .development-lunbo .gallery-top .swiper-slide .wz .ner-con {
    font-size: 1rem;
  }
  .development-lunbo .gallery-top .swiper-slide .wz .nian {
    font-size: 1.5rem;
  }
  .culture .culture-con .miao {
    font-size: 1rem;
  }
  .culture .culture-con .new-div .new-bot .title {
    font-size: 1.125rem;
  }
  .development-lunbo .gallery-top .swiper-slide .wz {
    padding: 2rem;
  }
  .development-lunbo .gallery-top {
    margin: 2rem 0;
  }
  .about-bot-lunbo {
    padding-bottom: 3rem;
  }
  .about-bot-lunbo .swiper-container .new-div .new-bot .title {
    font-size: 1.125rem;
  }
  .jie-bot .le-jie {
    width: 100%;
  }
  .jie-bot .re-jie {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
  .hang-ul2 {
    font-size: 1.125rem;
  }
  .jie-bot .re-jie .hang-ul2-img li img {
    height: 245px ;
  }
  .channel-pro .channel-pro-bot .pro-div {
    margin-bottom: 1rem;
  }
  .feng-list .pro-div .pro-bot .head-miao {
    display: none;
  }
  .channel-pro .channel-pro-bot .pro-bot {
    padding: 1rem;
  }
  .channel-pro .channel-pro-bot .head-miao {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.5rem;
  }
  .more a i {
    font-size: 1rem;
  }
  .biaoge .table {
    width: 700px;
  }
  .channel-pro .channel-pro-bot .pro-div .overh img {
    height: 12rem;
    object-fit: cover;
  }
  .feng-list .pro-div .pro-bot .title {
    font-size: 1.125rem;
  }
  .head-miao {
    font-size: 1rem;
  }
  .re-pro-box {
    padding: 1.5rem;
  }
  .xiza {
    font-size: 1.3rem;
  }
  .lunbo .lunbo-wenzi .div1 {
    font-size: 1.5rem;
  }
  .lunbo .lunbo-wenzi .div2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .index-about {
    padding: 3rem 0;
  }
  .index-about .index-about-top .fl {
    width: 100%;
  }
  .index-about .index-about-top .fr {
    width: 100%;
    margin-top: 1rem;
  }
  .index-about .shu-ul {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .index-about .shu-ul li {
    width: 50%;
    padding-top: 1rem;
  }
  .index-about .shu-ul li .p1 span {
    font-size: 1.7rem;
  }
  .index-about .shu-ul li .p2 {
    font-size: 1rem;
  }
  .index-pro .index-pro-ul li {
    padding: 3rem 0;
  }
  .index-pro .index-pro-ul li .le {
    width: 100%;
    padding: 1rem 0;
    height: auto;
  }
  .index-pro .index-pro-ul li .re {
    width: 100%;
  }
  .index-pro .index-pro-ul li .re img {
    height: 12rem;
  }
  .index-industry .environment-lunbo .bot-zi .swiper-slide {
    font-size: 1.125rem;
    height: 3.375rem;
    line-height: 3.375rem;
  }
  .index-industry .environment-lunbo .gallery-top .swiper-button-next i {
    color: #000;
  }
  .index-industry .environment-lunbo .gallery-top .swiper-button-prev i {
    color: #000;
  }
  .index-industry {
    padding: 3rem 0;
  }
  .index-industry .environment-lunbo .gallery-top .swiper-slide img {
    height: 20rem;
  }
}
#header .re .head-top .search-box1 {
  width: 0;
  margin-right: 2rem;
}
#header .re .head-top .search-box1 .inp {
  font-size: 0.85rem;
  border-bottom: 1px solid #C1C1C1;
  color: #757575;
  height: 1.875rem;
  box-sizing: border-box;
}
#header .re .head-top .search-box1 .inp::placeholder {
  color: #cacaca;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#header .re .head-top .search-box1 .bu .iconfont {
  font-size: 1.25rem;
  color: #757575;
}
#header .re .head-top {
  position: relative;
}
#header .re .head-top .div22 svg path {
  fill: #212529;
}
#header .re .head-top .div22:hover svg path {
  fill: #F4A923;
}
.re-pro-box .boxs {
  margin-top: 1rem;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
#header .re .head-top .search-box1 {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  right: 23%;
  opacity: 0;
  width: 18.75rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .re .head-top .search-box1.active {
  right: 25%;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  opacity: 1;
}
.index-industry .environment-lunbo .bot-zi .swiper-slide {
  right: -1px;
  position: relative;
}
.footer .foot-form .bott {
  border-left: none;
}
:root {
  --blue: #F4A923;
  --primary: #F4A923;
}
.footer .form-check input {
  width: 1.125rem;
  height: 1.125rem;
  appearance: none;
  /*关键代码，css3的样式，必须使用*/
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  border: 1px solid #C1C1C1;
  background: #D9D9D9;
  position: relative;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  top: 3px;
  margin-right: 3px;
}
.footer .form-check input[type="checkbox"]:checked {
  border: 1px solid #F4A923;
  background: url(../img/duo.svg) no-repeat;
  /*更改url的路径可以改变选中时显示的图片*/
  background-position: 10% center;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
  background-color: #F4A923;
}
.footer .form-check {
  padding-left: 0;
  cursor: pointer;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.more-msl {
  display: inline-block;
  margin-top: 1rem;
}
.ss-list li:hover .xw-nycont h2 a {
  color: #F4A923;
}
.lunbo {
  overflow: hidden;
}
#header .log-div {
  position: relative;
  top: -0.3125rem;
}
#header .log-div img {
  height: 4.4rem;
}
.secondary-ul li a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 5rem;
}
.pro-xing-miaos {
  margin-top: 1.4rem;
  color: #4D4D4D;
  text-align: justify;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.rightfix1 .bot li.tops {
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  /* Firefox 4 */
  -webkit-transition: 400ms ease-in-out;
  /* Safari and Chrome */
  -o-transition: 400ms ease-in-out;
  /* Opera */
}
.feng-list .pro-div .pro-bot .head-miao {
  display: none;
}
.secondary-ul li > a.hide::after {
  display: none;
}
.biaoge1 .table td:nth-child(1) {
  position: sticky;
  left: -1px;
  background: #fff;
  z-index: 2;
}
.biaoge1 .table td:nth-child(2) {
  position: sticky;
  left: 12.5625rem;
  background: #fff;
}
.biaoge1 .table tr:nth-child(odd) td:nth-child(1) {
  background: #ECECEC;
}
.biaoge1 .table tr:nth-child(odd) td:nth-child(2) {
  background: #ECECEC;
}
.hang-ul li a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-industry .environment-lunbo .bot-zi .swiper-slide a {
  display: block;
  color: #FFF;
}
.lunbo .swiper-slide {
  overflow: hidden;
}
.color-page .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem;
}
